home *** CD-ROM | disk | FTP | other *** search
- Path: news.cyberport.com!usenet
- From: tangent@cyberport.com (Warren Young)
- Newsgroups: comp.lang.c++
- Subject: Re: STL
- Date: Tue, 12 Mar 1996 07:05:27 GMT
- Organization: none
- Message-ID: <314521c2.14898462@news.cyberport.com>
- References: <4i05tj$2hl$1@mhafc.production.compuserve.com>
- NNTP-Posting-Host: ppp10.cyberport.com
- X-Newsreader: Forte Agent .99d/32.182
-
- Steve Forbes <103010.404@CompuServe.COM> wrote:
-
- >From what I've read the Standard Template Library (STL) works
- >well with version 4.5 of Borland's C++ compiler. Does anyone out
- >there have any experience using STL with Borland's earlier Visual
- >Turbo C++, v3.1 (for Windows)?
-
- It can't work, because 3.1 either doesn't support templates or the
- support is very weak, I can't remember which. STL also requires
- several other things, like nested types that I _know_ 3.1 didn't
- suport. 4.0 is the latest version I know of that works.
-
- See my STL compatibility web page for more info:
- www.cyberport.com/~tangent/programming/stlcomp.html
-
- = Warren --
-